Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.109.2 -> ==0.118.3 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.118.3

Compare Source

Upgrades

v0.118.2

Compare Source

Fixes
Internal

v0.118.1

Compare Source

Upgrades
Docs
Translations
Internal

v0.118.0

Compare Source

0.118.0

Fixes
  • 🐛 Fix support for StreamingResponses with dependencies with yield or UploadFiles, close after the response is done. PR #​14099 by @​tiangolo.

Before FastAPI 0.118.0, if you used a dependency with yield, it would run the exit code after the path operation function returned but right before sending the response.

This change also meant that if you returned a StreamingResponse, the exit code of the dependency with yield would have been already run.

For example, if you had a database session in a dependency with yield, the StreamingResponse would not be able to use that session while streaming data because the session would have already been closed in the exit code after yield.

This behavior was reverted in 0.118.0, to make the exit code after yield be executed after the response is sent.

You can read more about it in the docs for Advanced Dependencies - Dependencies with yield, HTTPException, except and Background Tasks. Including what you could do if you wanted to close a database session earlier, before returning the response to the client.

Docs
Translations
Internal

v0.117.1

Compare Source

Fixes

v0.117.0

Compare Source

Features
Fixes
  • ⚡️ Fix default_factory for response model field with Pydantic V1. PR #​9704 by @​vvanglro.
  • 🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1. PR #​6039 by @​MaxwellPayne.
  • 🐛 Fix jsonable_encoder alters json_encoders of Pydantic v1 objects. PR #​4972 by @​aboubacs.
  • 🐛 Reenable allow_arbitrary_types when only 1 argument is used on the API endpoint. PR #​13694 by @​rmawatson.
  • 🐛 Fix inspect.getcoroutinefunction() can break testing with unittest.mock.patch(). PR #​14022 by @​secrett2633.
Refactors
Docs
Translations
Internal

v0.116.2

Compare Source

Upgrades
Docs
Translations
Internal

v0.116.1

Compare Source

Upgrades
Docs
  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #​13886 by @​YuriiMotov.
Internal

v0.116.0

Compare Source

Features

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations
Internal

v0.115.14

Compare Source

Fixes
Docs
Translations
Internal

v0.115.13

Compare Source

Fixes
  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #​13698 by @​YuriiMotov.
Refactors
Upgrades
Docs
Translations
Internal

v0.115.12

Compare Source

Fixes
Docs
Translations
Internal

v0.115.11

Compare Source

Fixes
Translations
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #​13412 by @​alv2017.
Internal

v0.115.10

Compare Source

Fixes
  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #​13314 by @​Viicos.
Upgrades
Translations

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 1006e03 to 2e4d184 Compare February 28, 2024 01:46
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 2e4d184 to f1662fd Compare March 6, 2024 15:15
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from f1662fd to a47efab Compare April 2, 2024 05:06
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.0 chore(deps): update dependency fastapi to v0.110.1 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a47efab to 19c052e Compare April 19, 2024 04:02
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.1 chore(deps): update dependency fastapi to v0.110.2 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 19c052e to 51723a1 Compare April 30, 2024 01:31
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.2 chore(deps): update dependency fastapi to v0.110.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 51723a1 to 9ad51b8 Compare May 3, 2024 01:11
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.3 chore(deps): update dependency fastapi to v0.111.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 9ad51b8 to e29567c Compare July 14, 2024 20:28
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.111.0 chore(deps): update dependency fastapi to v0.111.1 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from e29567c to 196020a Compare August 2, 2024 08:39
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.111.1 chore(deps): update dependency fastapi to v0.112.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 196020a to c39ec81 Compare August 16, 2024 17:50
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.112.0 chore(deps): update dependency fastapi to v0.112.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from c39ec81 to 2b02650 Compare August 25, 2024 05:44
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.112.1 chore(deps): update dependency fastapi to v0.112.2 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 2b02650 to 35289a9 Compare September 6, 2024 02:41
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.112.2 chore(deps): update dependency fastapi to v0.113.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 35289a9 to cc564b7 Compare September 7, 2024 08:22
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.113.0 chore(deps): update dependency fastapi to v0.114.0 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from cc564b7 to 6c2f5c7 Compare September 12, 2024 05:46
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.114.0 chore(deps): update dependency fastapi to v0.114.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6c2f5c7 to e09441c Compare September 14, 2024 14:32
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.114.1 chore(deps): update dependency fastapi to v0.114.2 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from e09441c to fcac77f Compare September 18, 2024 20:23
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.114.2 chore(deps): update dependency fastapi to v0.115.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from fcac77f to 5f55bbf Compare October 13, 2024 05:56
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.0 chore(deps): update dependency fastapi to v0.115.2 Oct 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.9 chore(deps): update dependency fastapi to v0.115.10 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 70361a0 to 86130d1 Compare March 2, 2025 15:37
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.10 chore(deps): update dependency fastapi to v0.115.11 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from bb30e33 to ff7dff5 Compare March 26, 2025 05:14
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.11 chore(deps): update dependency fastapi to v0.115.12 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from ff7dff5 to c72e9c8 Compare June 18, 2025 11:19
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.12 chore(deps): update dependency fastapi to v0.115.13 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from c72e9c8 to 6434c0a Compare July 5, 2025 15:47
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.13 chore(deps): update dependency fastapi to v0.115.14 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6434c0a to 1422031 Compare July 13, 2025 04:02
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.14 chore(deps): update dependency fastapi to v0.116.1 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 1422031 to 0d7364d Compare August 14, 2025 00:07
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 0d7364d to a194c6c Compare September 17, 2025 08:01
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.116.1 chore(deps): update dependency fastapi to v0.116.2 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a194c6c to 0c1bf12 Compare September 21, 2025 03:54
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.116.2 chore(deps): update dependency fastapi to v0.117.1 Sep 21, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 47d397a to 95e0ac8 Compare September 30, 2025 04:06
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.117.1 chore(deps): update dependency fastapi to v0.118.0 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 4 times, most recently from 4599e4f to 9ce9d82 Compare October 8, 2025 14:35
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.0 chore(deps): update dependency fastapi to v0.118.1 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 9ce9d82 to 0cd50f3 Compare October 9, 2025 14:23
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.1 chore(deps): update dependency fastapi to v0.118.2 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 0cd50f3 to 6a0d492 Compare October 10, 2025 14:48
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.2 chore(deps): update dependency fastapi to v0.118.3 Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants